home *** CD-ROM | disk | FTP | other *** search
/ PCMania 43 / PCMania CD43_1.nrg / jws-dev3 / solaris / readme < prev    next >
Text File  |  1996-03-29  |  3KB  |  73 lines

  1. Return to the Java WorkShop Home Page
  2. ----------------------------------------------------------------------------
  3.  
  4. Download Java WorkShop: Solaris 2.4/2.5
  5.  
  6. Some important notes before you begin:
  7.  
  8.    * A specially modified version of the Java Developer's Kit (JDK) is
  9.      included with the WorkShop. This version of the JDK is required in
  10.      order to use the Dev 3 release. Your CLASSPATH variable must point to
  11.      this version of the JDK (install_dir_path/JDK/classes).
  12.    * In order to use the WorkShop, you must be running Solaris 2.4 or 2.5
  13.      and have the Motif 1.2.3 libraries installed. You must set the variable
  14.      LD_LIBRARY_PATH set to point to the Motif library.
  15.    * Be sure that your JAVA_HOME environment variable is NOT set.
  16.  
  17. The following steps lead you through the process of downloading the release
  18. from the server and installing it on your Solaris system.
  19.  
  20.   1. Make the directory in which you want to install the software your
  21.      current directory. Be sure your system has enough free disk space to
  22.      accommodate both the compressed and uncompressed files -- 19 Mbytes.
  23.  
  24.   2. Click on the following link to download the software to your system:
  25.  
  26.      [Image] Java WorkShop for Solaris - 4 Mbytes compressed/18 Mbytes
  27.      uncompressed, tar format
  28.  
  29.      [Image] Java WorkShop for Solaris (Intel Platform Edition) - 4 Mbytes
  30.      compressed/18 Mbytes uncompressed, tar format
  31.  
  32.   3. After the software has been downloaded, use the uncompress command to
  33.      decompress it:
  34.  
  35.      % uncompress jw-<platform>-S2.tar.Z
  36.  
  37.      [Image]
  38.      <platform> is used throughout the rest of these instructions to
  39.      represent the Solaris platform you are using: "sparc" or "intel".
  40.  
  41.      [Image]
  42.      If you download the WorkShop using the Mosaic browser, the browser may
  43.      have already uncompressed the file for you.
  44.  
  45.   4. Use the tar command to extract the software into the current directory:
  46.  
  47.      % tar -xvf jw-<platform>-S2.tar
  48.  
  49.      After the extraction is complete, you should find two directory
  50.      hierarchies in the current directory:
  51.  
  52.      % ls
  53.      JDE/     JDK/     jw-<platform>-S2.tar
  54.  
  55.   5. To conserve disk space, you can delete or archive the original tar file
  56.      elsewhere.
  57.  
  58.   6. Set your PATH variable to include both:
  59.  
  60.      install_dir_path/JDK/bin
  61.      install_dir_path/JDE/<platform>/bin
  62.  
  63. To start the WorkShop, type:
  64.  
  65. % jde &
  66.  
  67. ----------------------------------------------------------------------------
  68. Return to the Java WorkShop Home Page
  69. ----------------------------------------------------------------------------
  70.  
  71. Copyright ⌐ 1996 Sun Microsystems, Inc., 2550 Garcia Ave., Mtn. View, CA
  72. 94043-1100 USA. All rights reserved.
  73.